home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000409_news@columbia.edu_Sat Feb 4 17:59:12 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA04053
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 4 Feb 1995 12:59:17 -0500
  3. Received: by apakabar.cc.columbia.edu id AA28355
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 4 Feb 1995 12:59:15 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: LINUX KERMIT PROBLEM
  9. Date: 4 Feb 1995 17:59:12 GMT
  10. Organization: Columbia University
  11. Lines: 38
  12. Message-Id: <3h0f9g$rm1@apakabar.cc.columbia.edu>
  13. References: <1995Feb2.143659.84381@kuhub.cc.ukans.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <1995Feb2.143659.84381@kuhub.cc.ukans.edu>,
  18. WEBB ADAM W <awebb@falcon.cc.ukans.edu> wrote:
  19. >#1 I cannot upload anything. I can download fine. I have a 7E1 connect
  20. >and I've made sure to set both the remote and local kermit to that.
  21. >
  22. How?
  23.  
  24. >The file types are also set the same (to binary)...and all that happens is
  25. >it looks like its going to u/l but only "%%TN%%" and that crap shows up 
  26. >instead of "...." plz help me I need to u/l something very soon.
  27. >
  28. Could you please be more specific about exactly which versions of Kermit
  29. you have on each end, and the exact nature of the connection?  What
  30. kinds of modems, etc?
  31.  
  32. If, indeed, you told one (or both) Kermit(s) to SET PARITY EVEN, then
  33. the most likely problem is a lack of effective flow control in the
  34. uploading direction.  The current version of Kermit for Linux,
  35. C-Kermit 5A(190), supports hardware (RTS/CTS) flow control, and that's
  36. what you should tell Kermit to use, and you should also configure your
  37. modem to use it to.  After that, you're at the mercy of whatever is on
  38. the other end of the connection -- modem, terminal server, host, etc.
  39. If any of these are misconfigured as to flow control, etc, you will
  40. probably need to crank the packet length down to the largest size that
  41. will squeeze through.
  42.  
  43. Also, you might try SET PARITY SPACE rather than SET PARITY EVEN, since
  44. an actual requirement for even parity is increasingly rare these days,
  45. and those parity bits might actually be causing trouble.
  46.  
  47. >#2 After downloads which work great is drops carrier.  Same thing with
  48. >uploads except for the fact that I actually don't u/l the file...if the
  49. >non-upload isn't stopped it will eventually give an error message and 
  50. >drop carrier :(  Please help me.
  51. >
  52. I'll need more details about the connection and the software versions.
  53.  
  54. - Frank